body {
    background-image: url(../Images/JPG/Background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto;
    margin: 0px;
}

.card {
    position: relative;
    top: 0;
    left: 0;
    /*background-image: url(../Images/JPG/Background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.trees {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}*/

.home-img {
    position: absolute;
    top: 2%;
    right: 32px;
    padding-bottom: 100px;
    z-index: 2;
}

.stickers-card-overlay {
    display: inline-block;
    position: absolute;    
    /*margin-top: 5%;*/
    max-height: 600px;
    /*margin-top: 10%;
    margin-left: 15%;*/
    /*transform: translate(10%,15%);*/
    z-index: 3;
    /*text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.stickers-img {
    border-radius: 10px;
    z-index: 4;
    max-height: 600px;    
}

.btn {
    width: 245px;
    height: 63px;
    border-radius: 10px;
    font-family: 'Roboto Slab';
    font-size: 30px;
    z-index: 5;
    position: absolute;
    bottom: 1em;
    border: none;
    
}

.btn-primary {
    background-color: #52B700;
    color: white;
    left: 4em;
    filter: drop-shadow(2px 4px 4px rgba(45, 98, 2, 0.8));
}

.btn-secondary {
    background-color: #00AEEF;
    color: white;
    right: 4em;
    filter: drop-shadow(2px 4px 4px #015170);
}


/*.card {
    display: flex;
    flex-direction: row;
}

.card-img {
    width: 100%;
    z-index: 1;
}

.card-img-overlay {
    z-index: 2;
    align-items: center;

}*/